projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155dba9
)
Viper doc string fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 18 Sep 2021 22:14:42 +0000
(
00:14
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 18 Sep 2021 22:14:42 +0000
(
00:14
+0200)
* lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold
over-long first line.
lisp/emulation/viper-keym.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-keym.el
b/lisp/emulation/viper-keym.el
index 7e14a56556bca1e28f63dcb2d93a7bbd4c90ae14..2bb24f662fcc34d533cc63b067ff4d8cebe4a450 100644
(file)
--- a/
lisp/emulation/viper-keym.el
+++ b/
lisp/emulation/viper-keym.el
@@
-69,7
+69,8
@@
major mode in effect."
:group 'viper)
(defcustom viper-want-ctl-h-help nil
- "If non-nil, bind C-h to `help-command'; otherwise, C-h gets the usual Vi bindings."
+ "If non-nil, bind C-h to `help-command'.
+If nil, C-h gets the usual Vi bindings."
:type 'boolean
:group 'viper)